翻訳と辞書
Words near each other
・ Agin-Buryat Autonomous Okrug
・ Agin-Buryat Okrug
・ Aginci
・ Agincourt
・ Agincourt (band)
・ Agincourt Carol
・ Agincourt Collegiate Institute
・ Agincourt GO Station
・ Agincourt House, Monmouth
・ Agincourt Mall
・ Agincourt Square, Monmouth
・ Agincourt, Meurthe-et-Moselle
・ Agincourt, Mpumalanga
・ Agincourt, Toronto
・ Aging (journal)
Aging (scheduling)
・ Aging and Disease
・ Aging and Mental Health
・ Aging and society
・ Aging brain
・ Aging Cell
・ Aging in dogs
・ Aging in place
・ Aging in the American workforce
・ Aging movement control
・ Aging News Alert
・ Aging of Japan
・ Aging of wine
・ Aging offender
・ Aging out


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Aging (scheduling) : ウィキペディア英語版
Aging (scheduling)

In Operating systems, Aging is a scheduling technique used to avoid starvation. Fixed priority scheduling is a scheduling discipline, in which tasks queued for utilizing a system resource are assigned a priority each. A task with a high priority is allowed to access a specific system resource before a task with a lower priority is allowed to do the same. A disadvantage of this approach is that tasks assigned with a lower priority may be starved when a large number of high priority tasks are queued. Aging is used to gradually increase the priority of a task, based on its waiting time in the ready queue.
==Problem==

In priority-based scheduling algorithms, a major problem is indefinite block, or starvation. A process that is ready to run but waiting for the CPU can be considered blocked. A priority scheduling algorithm can leave some low-priority processes waiting indefinitely. A steady stream of higher-priority processes can prevent a low-priority process from ever getting the CPU.〔Silbershatz, Galvin, Gagne ''Operating System Principles'', 7th ed., p.159〕

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Aging (scheduling)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.